home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / pcl4c60.zip / PM_SELF._B_ < prev    next >
Text File  |  1995-11-05  |  287b  |  12 lines

  1. #
  2. # Borland C makefile for PM SELFTEST.C
  3. #
  4.  
  5. selftest.exe: selftest.obj use_dpmi.obj pcl4c_p.lib
  6.      tlink -Txe c0x selftest use_dpmi, pm_self,,dpmi16 emux mathwl cwl pcl4c_p.lib
  7.      del selftest.obj
  8.  
  9. selftest.obj: selftest.c pcl4c.h
  10.      bcc -ml -c -WX -DDPMI selftest.c
  11.  
  12.